Catalog Events Channel (v1.0.0)
A specialized messaging conduit for managing all catalog-related activities within the BookWorm e-commerce platform.
Overview
The Catalog Events Channel serves as a specialized conduit for managing all catalog-related activities within the BookWorm e-commerce platform. It enables seamless interaction between the Catalog Service and various other components, handling key events such as product creation, updates, deletions, and inventory adjustments. This channel guarantees dependable message transmission and upholds the eventual consistency across the catalog domain.
Channel information
Address:
catalog.{env}.events
Protocols:
- amqp
- grpc
Parameter | Description | Options | Default |
---|---|---|---|
env | Environment to use for the channel | dev, stg, prod | N/A |
Event Types
- FeedbackCreated: Initiates the creation of a new feedback entry.
- FeedbackDeleted: Removes an existing feedback entry.